projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
705e269
)
Minor extra logging.
author
Ewan Mellor
<ewan@xensource.com>
Tue, 2 Jan 2007 14:45:32 +0000
(14:45 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Tue, 2 Jan 2007 14:45:32 +0000
(14:45 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomainInfo.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendDomainInfo.py
b/tools/python/xen/xend/XendDomainInfo.py
index 46eb9cda9b8082cde397c787f3e92249a9122ab6..2df5316fcfab363e6e40f2d3a4f7d683332d9ebd 100644
(file)
--- a/
tools/python/xen/xend/XendDomainInfo.py
+++ b/
tools/python/xen/xend/XendDomainInfo.py
@@
-439,7
+439,7
@@
class XendDomainInfo:
def shutdown(self, reason):
"""Shutdown a domain by signalling this via xenstored."""
- log.debug('XendDomainInfo.shutdown
'
)
+ log.debug('XendDomainInfo.shutdown
(%s)', reason
)
if self.state in (DOM_STATE_SHUTDOWN, DOM_STATE_HALTED,):
raise XendError('Domain cannot be shutdown')